home *** CD-ROM | disk | FTP | other *** search
- -- card: 14988 from stack: in
- -- bmap block id: 15235
- -- flags: 0000
- -- background id: 2647
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=56 top=144 right=174 bottom=304
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b1
- ----- HyperTalk script -----
- on mouseUp
- global response
- global tries
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- put 1 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=56 top=177 right=208 bottom=302
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: b2
- ----- HyperTalk script -----
- on mouseUp
- global response
- global tries
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- put 2 into response
- add 1 to tries
- put tries into background field "try"
- check
- end mouseUp
-
-
-
- -- part contents for background part 19
- ----- text -----
- 23
-
- -- part contents for background part 17
- ----- text -----
- 19
-
- -- part contents for background part 1
- ----- text -----
- 2
-
- -- part contents for background part 18
- ----- text -----
- CORRECT!